home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ufo10.zip / UFO.DOC < prev    next >
Text File  |  1992-12-31  |  4KB  |  134 lines

  1.  
  2. UFO.DOC                               - 1 -                    December 31, 1992
  3.  
  4.  
  5.                         Usernet Fake Out - UFO - v1.0
  6.  
  7.                        Copyright 1992 - Gerry Schechter
  8.  
  9.  Introduction:
  10.  
  11.  UFO is a PCBoard utility program that will make it seem like your system  has
  12.  more users' online that you actually  have.  I decided to write this  program
  13.  just before CDC was kind enough  to give us Sysops' additional nodes  for the
  14.  price of a download.  Thanks CDC!  So, what does UFO do you ask?  Simple, UFO
  15.  will place random callers  online.  Now when your  users' type WHO they  will
  16.  see more than just 'Waiting For Caller', or very few active nodes.
  17.  
  18.  Setup:
  19.  
  20.  Setting up UFO is real easy.  First you create a Configuration file that lets
  21.  UFO know  where your  Usernet.xxx file  is and  where your  UFO data file is.
  22.  Both files are plain ASCII  files.  The Configuration file contains  2 lines.
  23.  The first line points to your Usernet.xxx file, and the second line points to
  24.  your data file.  The data file contains the entries you would like to see  in
  25.  the WHO display.  The file is structured as follows.  Each line represents an
  26.  entry that might  be chosen.  Each  line contains the  node number, the  node
  27.  status, and the  text to be  displayed.  All entries  must be separated  by a
  28.  comma, and all text must be enclose in quotes.  Note that unlike USERNET from
  29.  CDC, UFO will place upper and lower case information into the WHO display  if
  30.  found in the data file.  The status codes are those used by PCBoard.  If  you
  31.  are not familiar with them, just type USERNET at your DOS prompt.  Also  note
  32.  that UFO does not need place holders for node status Y,  D, and Z. Please see
  33.  the sample .cfg and .dat files in this .ZIP for further clarification.
  34.  
  35.  Operation:
  36.  
  37.  UFO will  accept  an  optional  command  line  parameter  which  specifies the
  38.  location  of  the UFO Configuration file.  If  no  command  line  parameter is
  39.  specified,  the  program will  default to  UFO.CFG in  the  current directory.
  40.  For example:   UFO G:\PCB\UFO.CFG.   This allows maximum  flexibility  in  the
  41.  placement  of  the  UFO  .EXE  file  as  well  as   the Configuration and data
  42.  files.   You could   also have separate  data files for each node, and in fact
  43.  you should if   you run UFO from more than  one node   to insure no  duplicate
  44.  users'  wind up  online.  UFO  can be  run from your DOS command line, in your
  45.  event, in $$LOGOFF, whatever.
  46.  
  47.  
  48.  Disclaimer:
  49.  
  50.  While I have done my best to test UFO, I can assume no responsibility for any
  51.  damage it may cause to your  system and/or Karma.  I suggest you  backup your
  52.  Usernet.xxx file before trying it for the first time.  No other PCBoard files
  53.  are changed by UFO.
  54.  
  55.  FYI:
  56.  
  57.   Any comments, suggestions, flames are welcome. I can be reached on my BBS at
  58.  (914) 964-0419, or via the ILink Sysops conference.  I am open to any and all
  59.  suggestions you may have regarding UFO. Oh, and BTW, UFO is FREEWARE!  Enjoy!
  60.  
  61. WARNING:
  62.  
  63.  DO NOT USE A NODE # THAT MIGHT BE IN USE! USE ONLY NODES THAT CANNOT BE
  64.  LOGGED ONTO!
  65.  
  66.  
  67.  
  68. UFO.DOC                               - 2 -                    December 31, 1992
  69.  
  70.  
  71.  
  72.  UFO History:
  73.  
  74.  10/03/92 : v0.1 - First Beta release.
  75.  10/10/92 : v0.2 - Fixed error when using Status Code Z.
  76.                    Made Config filename optional on command line.
  77.  12/31/92 : v1.0 - First public release.
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.